Description | : Returns information about a specific file. Does not retrieve file content. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "GetFileContent", "$responses": { "200": { "Type": { "new": "file", "old": "string" } } } }
⚼ Request
GET:
/files/{fileId}/content
{
fileId:
string
,
}
⚐ Response (200)
{
$schema:
file
,
}